home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / boot / MuFastRom.lha / MuFastRom / ReadMe < prev    next >
Text File  |  2000-04-02  |  70KB  |  1,615 lines

  1. The mmu.library project © 1998-2000 the mmu.library development group, THOR
  2. -----------------------------------------------------------------------------
  3.  
  4. Release 42.0
  5. ---------------
  6.  
  7.     - mmu.library: Added more error checking for the startup code, esp.
  8.       the MMU-Configuration file. Added a check for proper config-
  9.       uration, i.e. whether the library was (incorrectly) loaded in
  10.       front of SetPatch.
  11.     - Added a new function: RunOldConfig(). It runs a small supervisor
  12.       routine with the boot MMU configuration.
  13.     - 68040.library: Added an explicit check for correct configuration,
  14.       it will generate a requester in case no 68040 is available.
  15.     - MuGuardianAngel: Fixed a bug in the mung-wall check which could 
  16.       have reported one additional mung-wall damage in case the front 
  17.       wall was found defective. Added a workaround for a possible 
  18.       68060 firmware bug, the "U" bit is now always set in the MMU
  19.       descriptors to avoid unnecessary MMU writebacks.
  20.     - In case you see MuGuardianAngel hits of the z3scsi.device, run
  21.       the FixCybAccess program. It will work around the z3scsi.device 
  22.       hits as well. Thanks, Helmut.
  23.     - MuMove4K PREPAREEMUL moves now the low chip memory end to the
  24.       16K line, not to the 8K line. This might fix some Fusion
  25.       problems. Thanks, Pavel.
  26.     - Improved the error messages of MuFastZero a little bit.
  27.     - Reworked P5Identify and PPCIdentify to make these two more
  28.       stable.
  29.     - Added another external MMU setup command, P5Init. It should 
  30.       keep care about all P5 specific cache settings and should
  31.       setup the PPC and the BOOT-MMU-Port automatically. All manual
  32.       P5 specific entries in the MMU-Configuration except graphic 
  33.       board cachings are obsolete now and should be replaced by
  34.       P5Init.
  35.     - Rewrote both setup scripts to reflect the changes in the P5
  36.       setup logic, i.e. ScanMMUPort has been replaced by P5Init and
  37.       all P5 specific cache settings have been removed.
  38.     - Added stack increasement patches for the mfm.device (CrossDos)
  39.       and IPrefs 40.7 in case you do not yet use Os 3.5. Thanks Gene.
  40.     - Added a fix for two bugs in ramlib. First, its stack is too
  41.       low. Second, it uses SIGF_SINGLE as message bit for its process
  42.       port which could cause some race conditions with semaphores in
  43.       library setup code.
  44.     - The MuGuardianAngel patch report and automatic IRQ check have 
  45.       been reworked a bit. The "patches overwritten" message is now
  46.       no longer periodically generated, but will be suspended up to
  47.       the next "real" hit where another message will be generated.
  48.     - The MuGuardianAngel automatic IRQ stack was not only useless,
  49.       but in fact broken. This does not go for the stack check of the
  50.       exec memory handling functions which was and still is fine.
  51.       Good enough it was recommended to leave the IRQ check disabled. 
  52.       "Nearly out of stack" warnings were not generated by the IRQ code 
  53.       at all, and the stack overflow and stack underflow messages
  54.       usually report "bogus" hits due to its construction. Stack 
  55.       snooping is now by default ENABLED, except for "out of bounds"
  56.       reports, which still requires STACKSNOOP option explicitly.
  57.       Added an option to adjust the minimal stack size for the
  58.       "Nearly out of stack" reports, but it can be made only larger,
  59.       i.e. more "picky".
  60.     - mmu.library: The pre-42 releases only marked the zero page as
  61.       non-blank which might have caused problems for some Mac emu-
  62.       lators. It now marks the lowest 32K as valid. Former versions
  63.       set it to "cacheinhibit", it is now set to "cacheinhibit nonser-
  64.       ialized imprecise".
  65.     - mmu.library: The low-memory limit up to which the mmu.library
  66.       has to software-emulate accesses has been made adjustable.
  67.     - mmu.library: Due to a bug in the high-level mapping list manage-
  68.       ment, MAPP_INDIRECT did not work correctly.
  69.     - mmu.library: BuildIndirect() performs now a few more consistency
  70.       checks and is less restrictive for MAPP_INVALID and MAPP_SWAPPED.
  71.     - Updated the DMAInitiate() function, it provides now a return code
  72.       instead going guru if it doesn't like the parameters.
  73.     - Updated MuOmniSCSIPatch to reflect the changes made to 
  74.       DMAInitiate().
  75.     - Fixed many documentation errors in mmu.doc, updated and checked
  76.       exception.doc again.
  77.     - Included a demo program for indirect descriptor handling.
  78.     - Speedup SetIndirect() somewhat by placing this routine directly
  79.       in the MMU drivers as a "native" operation.
  80.     - Added a new LVO "SetIndirectArray()" to set more than one
  81.       indirect descriptor at once. Should be *very* fast.
  82.     - The startup command "DescriptorCacheInhibit" did not pass a proper
  83.       result code on success and hence caused a yellow alert. This bug
  84.       was only noticable in some of the V42 betas where proper result
  85.       code checking was introduced.
  86.     - mmu.library: WithoutMMU() disables now the CPU caches as well to
  87.       allow a safe access to non-cacheable addresses.
  88.     - MuFastZero: In case MuFastZero is removed (why?) the unmapped chip
  89.       memory is set to IMPRECISE and NONSERIALIZED to provide at least
  90.       a minimal speedup.
  91.     - Added "AmigaGuide" versions of the autodocs.
  92.     - Included a new version of BPPCFix by Frank Wille. Thanks, Frank!
  93.       Using this program will allow you to replace the ROM-based
  94.       libraries of the Blizzard-Boards.
  95.       Thanks Stephen for working this out, and for making this trick
  96.       possible!
  97.     - Included a "RKRM" style manual and tutorial for the MuLib in "dvi"
  98.       and "postscript" format.
  99.  
  100. Release 41.4
  101. ---------------
  102.  
  103.     - mmu.library: The CachePre/PostDMA() functions are now a bit more 
  104.       error tolerant and handle cases where a DMA device attempts DMA 
  105.       transfer to a non-existing memory region more gracefully.
  106.     - 680x0.library: Sets now the memory attributes of the supposed-to-
  107.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  108.       a zero return value of TypeOfMem().
  109.     - MuFastZero: Sets now the memory attributes of the supposed-to-
  110.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  111.       a zero return value of TypeOfMem(). Lowered the priority of the
  112.       rendezvous port.
  113.     - FastIEEE: Optimized the IEEEDPFloor and IEEESPFloor in case a 060
  114.       processor has been found. Note that this makes currently no
  115.       difference at all since there is currently no 68060.library that
  116.       provides the fpsp.resource.
  117.  
  118.     
  119. Release 41.3
  120. ---------------
  121.  
  122.     - disassembler.library:    fmovem.x <dynamiclist>,memory was disassembled
  123.       incorrectly. Fixed.
  124.     - mmu.library: SetPropertiesMapping() accepts now base=0 and lenght=0
  125.       as a special case to transfer the complete list.
  126.     - 68040.library: Removed some unnecessary strings and references to the
  127.       math libraries. 
  128.     - mmu.library: Added workarounds for possible DMA disable counter under-
  129.       runs that might have happened in case the library gets active while 
  130.       DMA is active. 
  131.     - MuMove4K: Added more options:
  132.       IGNOREVERIFY/S    Disables the verify check for the reboot code
  133.       REVERSE/S        Allocates the memory for the resident tags in
  134.                 reverse direction
  135.       LOWPRI/S        Lowers the priority of the MuMove4K resident 
  136.                 tag as a possible workaround for some wierd 
  137.                 other hacks.
  138.       Added more error messages in case something goes wrong.
  139.     - MuForce: Forgot to restore the Z-page mode and physical location on
  140.       removal. Ooops. Thanks, Heinz!
  141.     - MuFastZero: Added a "FastVBR" option because it was easy to do and
  142.       canonical to have. NOTE THAT THIS OPTION IS NOT REQUIRED IF YOU
  143.       REMAP THE VECTOR BASE ANYHOW.
  144.     - MuGuardianAngel: Prints now the stack boundaries in case of stack 
  145.       problems, let it be overflow, underflow or nearly out of stack. 
  146.       Thanks to Heinz, again.
  147.       Provides an option to disable these warning messages, but beware! 
  148.       This doesn't mean bugs will go away, it just silences MuGuardianAngel.
  149.       Remember, this program is provided to scream upon problems it detects.
  150.     - Setup scripts: Greatly enhanced! The new setup script will also 
  151.       re-set the memory caching modes for boards whose boot-roms already 
  152.       run the MMU. Fixed a minor glinch that produces a (bogus) error report
  153.       in case LIBS:MMU already existed.
  154.       Remember that you can't run the ppc.library on the MuLib setup, sorry.
  155.     - Added a new setup script "ScanToConfig" that takes a "MuScan" output
  156.       from a system running under a third-party 68040/68060.library and 
  157.       generates an MMU-Configuration file from it. To use it, re-install a 
  158.       non-MMU-aware processor library, boot the system, then enter the 
  159.       "Install" directory and run the script. MuScan must be available 
  160.       in the current directory as it is in the archive.
  161.       Please let me know how this new script goes, maybe it's smarter.
  162.     - Added a new program "MemModes" to the installation tools. It will
  163.       auto-generate the memory caching setup as the mmu.library does if
  164.       the MMU is found non-active. Possibly an improvement for those boards
  165.       which - strange enough - turn on the MMU before booting.
  166.     - Added a patch for the new SetPatch in the BoingBag, check the "Fixes"
  167.       directory.
  168.     - Again: When will people finally learn to read the FAQ? *Sigh*
  169.       In case MuFastZero complains "The zero page is already remapped",
  170.       ---> READ THE GUIDE. <---
  171.  
  172.  
  173. Release 41.2.1
  174. ---------------
  175.  
  176.     - Updated the 68040.library to 40.6. It builds now the fpsp.resource
  177.       which offers opcode emulation to external hosts.
  178.     - Included FastIEEE which re-directs the mathieee-library routines to
  179.       the fpsp.resource for optimal performance.
  180.     - FastIEEE fixes, too, some bugs in the mathieee libraries. 
  181.       IEEEDPCmp() is broken and orders some numbers "the wrong way". 
  182.       IEEEDPPow() and IEEESPPow() are broken and return non-sense for 
  183.       special arguments.
  184.  
  185. Release 41.2
  186. ---------------
  187.  
  188.     - The MMU Library build-in AddMem failed in case the base or length
  189.       were not aligned to 64K boundaries. It now rounds to the next 64K
  190.       boarders such that the supplied area is at least mounted partially.
  191.     - The idea to disable the TTx registers in the mmu.library was 
  192.       unfortunately not a very smart idea as it broke the code on some
  193.       machines. Re-established the old rule with the only exception that
  194.       the TTx registers are initialized for the EC040.
  195.     - The ColdReboot() patch of the 68040.library used the MMU registers
  196.       even on a system without MMU. Fixed.
  197.     - MuMove4K checks now all libraries, devices, ports, resources and 
  198.       resident modules whether they violate the 8K boundary.
  199.     - 68040.library: Forgot to disable the caches in ColdReboot().
  200.     - 68040.library: The motorola OpErr handler did not consider tracing
  201.       correctly. Fixed.
  202.     - Finally wrote and included the 68020.library and the 68030.library,
  203.       hence "FPU" will work on these machines.
  204.     - Updated MuGuardianAngel: Added a new keyword "DUMPWALL" that prints
  205.       the contents of a broken mung-wall and of broken memory cookies.
  206.  
  207. Release 41.1
  208. ---------------
  209.  
  210.     - ScanMMUPort was broken and scanned for the wrong port. *Sigh*
  211.       This release should work better on Blizzard boards.
  212.     - AddMemList() uses now RebuildTreesA() to rebuild user and
  213.       supervisor tables at once and is therefore a bit more error
  214.       tolerant.
  215.     - The mmu.library will now support CachePreDMA/CachePostDMA for
  216.       the EC040 and EC060 processors as well.
  217.     - The 68040.library will now disable the TTx registers manually
  218.       such that the "generic" board does no longer require an
  219.       ENVARC:MMU-Configuration file.
  220.     - The 68040.library will now enable copyback caches for the EC040.
  221.     - Some of the MuTools did not unload properly if loaded from the workbench,
  222.       fixed.
  223.     - The MuTools are now a bit more error tolerant due to a new function in the
  224.       V41 mmu.library which gets used.
  225.  
  226. Release 40.60
  227. -------------
  228.  
  229.     - fixed the shutdown code of MGA, thanks to Stephan!
  230.     - disabled a kludge in the mmu.library which write protected 
  231.       a kickstart image at 0x00200000 and up by checking the name 
  232.       of execbase. This kludge might have conflicted with some softkickers.
  233.     - Because people tend not to read guides, I added the 
  234.       arguments "WRITEPROTECTED" and "INVALID" to the library build-in 
  235.       "SetCacheMode". Note that they work different to what "MuSetCacheMode" 
  236.       does. Here, "WRITEPROTECTED" and "INVALID" are just aliases to "ROM" 
  237.       and "BLANK", hence enable the most defensive protection strategy.
  238.     - Added a new LVO "RebuildTreesA" which is "officially" not yet 
  239.       existing and will be documented in V41. More LVOs might be added up 
  240.       to V41, but please *DO NOT* yet call them as they did not exist 
  241.       in V40.50.
  242.     - Fixed the installation script, due to a typo the P5 MMU boot hack 
  243.       was not detected.
  244.     - Fixed the P5Detect program which just looked to the wrong
  245.       identification resources. Ooops. Installation on "non-standard"
  246.       boards should be smoother now.
  247.     - Fixed a bug in the disassembler.library which disassembled the
  248.       lea (offset.L,pc)
  249.       wrong. The offset was wrong by two bytes.
  250.     - The release number in the MuForce guide was wrong. 
  251.     - When will people finally learn to read the FAQ? *Sigh*
  252.       In case MuFastZero complains "The zero page is already remapped",
  253.       ---> READ THE GUIDE. <---
  254.  
  255.  
  256. Release 40.51.1
  257. -------------
  258.  
  259.     - disabled the layers.library kludge for MuGuardianAngel if V40
  260.       is found active. It is luckely no longer required.
  261.  
  262. Release 40.51
  263. -------------
  264.  
  265.     - fixed a bug in the 68060 startup logic which left the MMU disabled
  266.       in case it was disabled before. This made the custom 68060.library
  267.       useless.
  268.     - included the 40.17ß3 release of Carten Schlote's 68060.library
  269.       which (for the first time) makes use of the MMU.library.
  270.  
  271. Installation of this library requires some care as IT DOES NOT automatically
  272. auto-detect P5 hardware and special setup magic for this hardware. This is
  273. not because the library is "broken" in some sense, but because P5 didn't 
  274. follow the CBM guidelines when designing their hardware. Therefore, an
  275. experimental installation script has been written. This script must be
  276. run as follows:
  277.  
  278.     - Unpack the archive to disk,
  279.     - Enter the following commands:
  280.  
  281. cd <MMULib>/Install    ;where <MMULib> is the directory you unpacked this 
  282.             ;archive to
  283.  
  284. SYS:Rexxc/rx BuildMMUConfig.rexx ENVARC:MMU-Configuration
  285.  
  286.     - The last command builds the MMU configuration and writes it
  287.       to ENVARC:MMU-Configuration. It might also copy ScanMMUPort
  288.       to LIBS:MMU. This is an external setup command for the library
  289.       and might or might not be required. Older P5 hardware does *not*
  290.       require it (I would guess that this is explicitly for the 
  291.       Blizzards, but I'm not sure).
  292.       Non-P5 hardware will not require it at all.
  293.       You might want to hand-edit or optimize this script if you need,
  294.       as it will contain several optimizations for graphics cards and
  295.       other known boards.
  296.  
  297.     - KEEP THE OLD 68060.library IN A SAFE PLACE.
  298.     - Make sure to install the 40.51 edition of the mmu.library
  299.     - Copy the 68060.library to LIBS:
  300.     - Reboot the computer and wish the new library luck. (-:
  301.  
  302. This edition of the '060 lib does *not yet* include correct VMM management
  303. and FPU control functions (hence, C:FPU will not yet work). It is shorter
  304. and costs less memory because it leaves the MMU setup to the mmu.library.
  305. (Note that this release contains still debugging information).
  306.  
  307.  
  308. In case the installation failed:
  309.  
  310.     - Make sure the mathieedoubbas.library you're using is truely the
  311.       official 38.x or the patched and bugfixed 39.1. Some other third-
  312.       party products may fail to work correctly if the 68060 support
  313.       code is not yet loaded.
  314.  
  315. In case running the library fails (i.e. system doesn't boot):
  316.  
  317.     - Make sure LIBS:mmu/ScanMMUPort is really available at boot-up
  318.     - Please re-boot the computer without the startup-sequence,
  319.     - Keep ENVARC:MMU-Configuration in a safe place,
  320.     - Re-install the old 68060.library.
  321.     - Boot the computer again,
  322.     - Run "MuScan" and keep the output.
  323.  
  324. Then, please sent me the output of MuScan, and the ENVARC:MMU-Configuration
  325. file with a tiny note what exactly happened (or did not happen).
  326.  
  327.  
  328. Release 40.50
  329. --------------
  330.  
  331.     - added external command scanning in case a setup command is
  332.       not found "resident".
  333.     - included Richard Körber's PatchWork and Olaf Barthel's
  334.       Sashimi. The "PatchWork" edition is *NEW* and *NOT YET AVAILABLE*
  335.       otherwise. Big "thank you" to Richard for updating it for this
  336.       archive. Big thanks to Olaf Barthel for allowing me to include
  337.       his "Sashimi" in the archive.
  338.     - bumped the version number.
  339.     - Final release.
  340.  
  341. Release 0.48
  342. --------------
  343.     - mmu.library: Added a new command in the MMU-Configuration file,
  344.       "DescriptorCacheInhibit". It controls whether the MMU library
  345.       should disable the data cache for the descriptors. This is by
  346.       default OFF as this feature means more trouble for the library,
  347.       and is not required for using the library. However, this might
  348.       be a workaround for programs that hack the MMU table themselves,
  349.       which is not supported anyhow. Set it to "ON" if you MUST use
  350.       these programs.
  351.     - Added another VMM support function.
  352.     - MuGuardianAngel: The "memory header" output was broken, fixed.
  353.       Added more security checks, MuGuardianAngel will warn you in
  354.       case its function entries have been patched (which is not 
  355.       supported)
  356.     - MuGuardianAngel: Added automatic stack checking within the
  357.       memory allocation functions - an overrun stack seems to be the
  358.       most common source of MuGuardianAngel problems. MuGuardianAngel
  359.       will now detect an "nearly out of stack" condition in the memory
  360.       handling, and will provide an "emergency" stack in case this
  361.       happens. It will then generate a warning, regardless of whether    
  362.       stack snooping is enabled or not.
  363.       Interestingly, the RAM-Handler and the FastFilingSystem are the
  364.       most common sources of stack-overflows. This should be fixed for 
  365.       the RAM handler with "PatchRAM" in this archive, the FFS stack
  366.       should be added manually in the RDB, though. The smallest re-
  367.       commended stack size is 786 bytes, not less!
  368.     - P96: (yes, you read this correctly) supports now the mmu.lib if
  369.       it is available.
  370.     - Added an experimental GfxCard setup program to optimize cacheing.
  371.       This function is included in P96 anyhow, so not really required.
  372.  
  373.     - mmu.library: MOVE16 is now "sort of" supported, in the sense that
  374.       the exception handler will be able to handle it. However:
  375.       - MOVE16 is not supported by all Amiga hardware, it may crash,
  376.       - A MOVE16 on a 68040 is potentially dangerous due to a bug in
  377.         the CPU. A MOVE16 might invalidate cache lines which are not
  378.         related to the MOVE16 operation at all. There is currently a
  379.         workaround for this, namely: Do not set the "imprecise", or
  380.         "user page" bits 0-3 for swapped, invalid or supervisor only
  381.         pages. I do not guarantee that this workaround will remain
  382.         valid. *JUST DON'T USE MOVE16.*
  383.       - A MOVE16 may cause double reads, do not use this to read from
  384.         hardware registers that cannot tolerate this. Do NOT use it
  385.         at all!
  386.       - A MOVE16 which causes the exception handler to enter may be
  387.         completed by means of ordinary writes, which means that in
  388.         this situation no burst access is used, and the order of the    
  389.         data written out or read might be different from that of a
  390.         true MOVE16. *JUST DO NOT USE IT, OK!*
  391.  
  392.     - mmu.library: On read/modify/write accesses, the library might
  393.       have reported a write protection fault instead of a simple 
  394.       write fault on the write cycle of the instruction. Fixed.
  395.  
  396.     - MuGuardianAngel: Added more consistency checks, added checks
  397.       and support for memory pools, made some error messages more
  398.       informative.
  399.  
  400.     - MuMove4K: Added the NOREBOOT option to avoid unnecessary reboots
  401.       if the system is rebooted by a second program afterwards anyhow.
  402.  
  403.     - Included a patch for the V44 SetPatch.
  404.  
  405. Release 0.47
  406. --------------
  407.     - mmu.library: Changed again the cache control logic a bit. Please
  408.       try DMA transfers again. The new logic does not block interrupts
  409.       as long as the old logic, hence might avoid problems if fast
  410.       interrupt processing is required. It should be *slightly* faster
  411.       as well.
  412.     - MuForce: MuForce catches now supervisor exceptions as well if you
  413.       specify the "CAPTURESUPER" keyword. This requires patching of
  414.       some autovectors.
  415.     - Added a new drawer "Contributions", containing more tools from
  416.       other people I regard as very useful. This is "Sashimi" by
  417.       Olaf Barthel, and "PatchWork" by Richard Körber. Thanks Olaf,
  418.       thanks Richard for allowing me to include your great work!     
  419.     - Run all guides thru ISpell, hopefully correcting most typos.
  420.     - MuMove4K: The PREPAREEMUL option disabled the CPU instruction
  421.       cache. I expected the ROM would re-enable it somewhat later, but
  422.       it didn't. Fixed.
  423.  
  424. Release 0.46
  425. --------------
  426.     - mmu.library: Found that the "ramlib" task is really very low on
  427.       stack. I'm now swapping the stack on library startup to avoid
  428.       problems.
  429.     - updated the mmu.lib exception handler. It is now possible to use
  430.       the exception mechanism to auto-extend the stack and to keep the
  431.       user stack on virtual memory. The new "message hook" mechanism
  432.       does not require user stack space. However, an additional patch
  433.       to the exec switch function is required for this trick. This
  434.       patch is currently not included in the mmu.library - basically
  435.       because this is not directly MMU related.
  436.     - MuGuardianAngel will now stop to check for a valid free memory
  437.       counter if it finds a problem and reports the problem immediately.
  438.     - MuForce is now able to capture even "ordinary" MC68K exceptions.
  439.       This can be disabled with the new "NOGURUPATCH" option.
  440.     - Included a "synchronous" version of the 680x0.library because the
  441.       asynchronous outsmarted several systems.
  442.     - mmu.library: The chip ram is now by default marked as cacheinhibit 
  443.       imprecise nonserialized. This will speed up chip ram access a bit
  444.       for the 68060 and 68040. Works of course only if the MMULib is
  445.       used to setup the MMU tables, i.e. for users of the V40 68040 lib.
  446.       Video RAM of several graphics cards can be setup in the same way
  447.       as well, but since there's no way to identify expansion hardware as
  448.       video ram, you've to do that manually.
  449.     - mmu.library: The F-Space is now by default marked as cacheinhibit
  450.       to allow (IMHO misdesigned) hardware to map in here without telling
  451.       the system. This can be disabled by using the MMU-Configuration
  452.       file.
  453.     - Added a new MuTool: MuFastChip. This tool will enable the imprecise
  454.       or nonserialized cache mode for chip memory and will hence improve
  455.       chip memory access performance for systems where a third-party 040 
  456.       or 060 library does not setup the MMU tables in the optimal way.
  457.       The MMU.library (and hence the V40 68040.lib) *will* build its own
  458.       MMU tables with this feature enabled anyhow if it doesn't find an
  459.       MMU table to start from. 
  460.     - Fixed the SetPatch fix. (You kept the original, right? :-)
  461.       It might have been that the 43.7 edition installed a fix for the
  462.       mathieeesingbas.library even if this fix is unnecessary and fatal,
  463.       as it is for the 68881/68882 FPU.
  464.  
  465. Release 0.44
  466. --------------
  467.     - mmu.library:    The "AddMem" command in the MMU-Configuration file
  468.       was broken. Added the memory twice, causing nothing but a mess.
  469.     - Added a safety check for "AddMem", the command is now ignored
  470.       in case the memory in question is already added.
  471.     - "SetCacheMode" argument "valid" was broken and did not validate
  472.       the memory at all.
  473.     - AddMem'd memory was added after the MMU table setup, hence wasn't
  474.       used for the MMU descriptors. The library *tries now* to add it
  475.       as soon as possible to make some use of it for building the MMU
  476.       trees.
  477.     - MuFastZero: The FORCENATIVE option generated a failure code in
  478.       case the zero page wasn't remapped, stopping additional options
  479.       like MOVESSP from working.
  480.     - MuGuardianAngel: The "MemHeader free counter incorrect" error
  481.       handler did not save back one register and hence caused additional
  482.       hits.
  483.     - MuGuardianAngel: Ooops, found a problem of the RAM-Handler. Not
  484.       a MuGuardianAngel problem, but a real design fault of RAM: DO NOT
  485.       try to delete and write to the RAM: disk at the same time, this
  486.       will cause lots of trouble.
  487.     - Included a fix for the CBM mathieeedoubbas.library 38.2. This
  488.       library fails to compare floating point numbers below zero
  489.       correctly in some cases. The P5 library patches mathieeedoubbas
  490.       to fix this, but the 68040.library should not be a replacement
  491.       for SetPatch. To apply the patch,
  492.  
  493. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  494. 2)      Copy the file mathieeedoubbas.pch in the directory "Fixes" to RAM:
  495. 3)      Copy the "spatch" program at the same place to RAM:
  496. 4)      Change the directory to ram: with "cd RAM:"
  497. 5)      Apply the patch with    "spatch mathieeedoubbas.library"
  498. 6)      Copy the file RAM:mathieeedoubbas.new to
  499.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  500.  
  501.     - In case the V40 68040.library slowed your computer down:
  502.       copy the file "MMU-Configuration" from the "ENVARC" drawer into
  503.       "ENVARC:". In case this causes crashes with Z-II memory, follow
  504.       the instructions in the file and remove one semicolon in front of
  505.       the "SetCacheMode" command. 
  506.     - Removed the debugging information from all files.
  507.     - Added the MMU master guide. Please check this, is this understand-    
  508.       able? In case I forgot to mention you in the credits, please let
  509.         me know!
  510.     - Moved all libraries to a separate directory, "Libs"
  511.     - Included a new library, the 680x0.library. This is the CPU
  512.       unspecific CPU driver. It's job is to detect which CPU is avail-
  513.       able in your system, and to load the CPU specific code. It there-
  514.       fore acts very much like the P5 68040dummy.library, except that
  515.       it remains in the system and provides user-callable function
  516.       entries for querying the CPU/FPU/MMU type and to setup the FPU
  517.       exceptions. The CPU specific library *should never be called
  518.       directly*, this library will re-route the calls to the correct
  519.       library. Furthermore, it loads the library in background, helping
  520.       to speed up the boot process a bit. 
  521.     - A special edition of SetPatch is available that loads the 680x0
  522.       library instead the 68040.library, regardless of which processor 
  523.       is available. The 680x0.library will then even try to load an
  524.       68000.library or 68020.library. This library could be used, for
  525.       example, to install line-F instructions to emulate the FPU 
  526.       completely in software, even for a 68020 or 68000 without FPU.
  527.       To patch "SetPatch", 
  528.  
  529. 0)    Keep a copy of SetPatch in a safe place.
  530. 1)      Copy the file C:SetPatch to RAM:
  531. 2)      Copy the file SetPatch.pch in the directory "Fixes" to RAM:
  532. 3)      Copy the "spatch" program at the same place to RAM:
  533. 4)      Change the directory to ram: with "cd RAM:"
  534. 5)      Apply the patch with    "spatch SetPatch"
  535. 6)      Copy the file RAM:SetPatch.new to C:SetPatch. This is the
  536.     inofficial 43.7 edition of SetPatch.
  537.  
  538.     - Included a new program, "FPU" in the "Shell only" drawer. This
  539.       program controls the exception generation of the FPU. It will
  540.       only work with the 680x0.library and the V40 68040.library
  541.       installed.
  542.  
  543.  
  544. Release 0.42
  545. --------------
  546.     - 68040.library: Only cosmetic changes. Added a AN_Zombie guru in
  547.       case the ColdReboot() function returned. I've no idea how this
  548.       could happen.
  549.     - mmu.library: I don't thrust the AFF_68060 flag any more. The
  550.       68060.library of the LC75 Apollo board does not set this bit
  551.       correctly and hence identifies the 060 as 040. Hence, the library
  552.       tried to install the wrong driver and crashed desparately. The
  553.       library tries now to identify an 060 in case at least an 040 is
  554.       indicated. The library updates then its own AttFlags copy 
  555.       correctly. Outch! I don't know whether this is a typo in the
  556.       sources of the 68060.lib, or this intended and something "sneaky"
  557.       I fail to understand. 
  558.     - Fixed one bug in the disassembler.library. It failed to disassemble
  559.       64 bit arithmetics correctly.
  560.     - MuFastRom: In case no argument is given, the program uses now the
  561.       default "On".
  562.     - MuFastZero: Again, made "On" the default argument. Added the
  563.       "MoveSSP" and "StackSize" arguments to relocate the supervisor
  564.       stack to fast ram. This does not make use of the MMU.
  565.     - Added the "CheckFPU" command, in the "Shell_Only" drawer. This
  566.       program prints the version number of a 68040 FPU if one is avail-
  567.       able. Two versions exist, the V40 "original" which is very buggy
  568.       and the V41 "revised" with less bugs. The 68040.library supports
  569.       currently both, with lots of workarounds for the V40. Please
  570.       contact me in case you find a V40 edition in your Amiga.
  571.     
  572.  
  573. Release 0.41
  574. --------------
  575.  
  576.     - Forgot to update the version number in 0.40. Reported 0.38. Oops.
  577.     - TTx parsing was still not 100% correct, but much better. Fixed.
  578.     - Due to a typo, branch cache flushes were effectively disabled.
  579.       Outch! Forgot one single "$".
  580.     - Added branch cache flushes on context switches, recommended by
  581.       Motorola.
  582.     - Added includes, autodocs and .fd files for the 68040.library.
  583.     - Updated MuFastZero and MuFastROM to include and set the cache
  584.       flags according to the mirrored RAM. This is of importance in
  585.       case non-cacheable Z-II fast RAM is used to build the mirror.
  586.     - Made mild modifications to the FPSP FPU emulator package to speed
  587.       it up a bit. The 40.1 release is now unnoticably faster than the
  588.       Mike Sinz 37.30 release, which is again unnoticably faster than
  589.       the P5 release.
  590.     - Added a workaround in GetMsg() to keep some brain-dead programs
  591.       working that call GetMsg() in a tight loop without giving
  592.       interrupts a chance to occur. These programs tend to block the
  593.       computer completely, especially if the ROM is remapped to 
  594.       cacheable, burstable memory. The workaround is a single NOP.
  595.  
  596. Release 0.40
  597. --------------
  598.     New in this release:
  599.  
  600.     - Added four internal undocumented LVOs for external CPU drivers.
  601.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  602.       not recognized. Outch! Which smart guy at Motorola decided to use
  603.       the same processor ID for both products? The EC doesn't have a MMU,
  604.       the LC - as for example used by the LC75 Apollo board - does.
  605.       This might well explain a lot of problems of the Apollo board....
  606.     - Fixed a bug in the library init routine which would cause a guru
  607.       in case no MMU is available at all. The library MUST load, and
  608.       some functions will be available even without an MMU.
  609.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  610.       correcting problems with some ancient 040 library releases that
  611.       didn't make use of the MMU (how should that work?)
  612.     - Fixed a serious bug of the Alert() replacement function, the stack
  613.       was used plain wrong. Thanks Etienne!
  614.     - Included an updated and more streamlined version of MuLockLib,
  615.       thanks to Gunther Nikl for providing it.
  616.     - Updated MuSetCacheMode, added more options.
  617.     - Added a configuration/preferences file and a preferences file
  618.       parser.
  619.     - Included now the "stripped" versions of the libraries in a sub-
  620.       directory of the same name. These editons don't contain the de-
  621.       bugging information and are therefore shorter.
  622.     - *News flash* 
  623.       This release comes with an upgraded version of the 68040.library.
  624.       This library is still in "beta" stage, but makes already use of
  625.       the mmu.library for the MMU configuration. It is for that reason
  626.       even shorter than the 37.30 release, even though it uses the latest
  627.       68040 FPU emulation code from Motorola.
  628.       FPU exceptions are configurable thru an LVO vector of the library,
  629.       but I haven't written a control tool yet. This will follow in the
  630.       next distribution.
  631.       This release *will only work* if the 37.30 runs on your machine,
  632.       you should, however, edit the ENVARC:MMU-Configuration file to 
  633.       to make some P5 boards working. The file should contain this line:
  634.  
  635. SetCacheMode    from 0x00f00000 size 0x00080000 valid iospace
  636.  
  637.       If you use this edition of the 68040.library, it might disable
  638.       caches for the Z-II address space completely. If this is not
  639.       desired, you may turn them on again with the following line in
  640.       the MMU-configuration file:
  641.  
  642. ClearTTX    
  643.  
  644. The path of the preferences file is ENV:MMU-Configuration or 
  645. ENVARC:MMU-Configuration if the first file is not found. The file looks like
  646. a standard shell script except that only three commands are known. All
  647. other commands are ignored silently for forwards compatibility, more might
  648. be made available in the future. The semicolon is used to separate comments 
  649. from the commands, the text following a semicolon is ignored.
  650.  
  651. The following three commands are available:
  652.  
  653. ClearTTX    ITT0/S,ITT1/S,DTT0=TT0/S,DTT1=TT1/S,ALL/S
  654.  
  655.     Controls the mmu.library use of the transparent translation registers.
  656.     By default, they are considered, their setup is added to the MMU
  657.     tree layout and they are cleared afterwards. Using this command,
  658.     several TTx registers can be made to be ignored (even though they
  659.     are still cleared because they are "in the way")
  660.  
  661.     ITT0        Ignore the instruction transparent translation 
  662.             register 0. (68040 and 68060 only).
  663.     ITT1        Ignore ITT1 (68040 and 68060 only).
  664.     DTT0        Ignore the data transparent translation register
  665.             number 0 (68040 and 68060) or the transparent
  666.             translation register 0 (68030).
  667.     DTT1        Ignore DTT1 (68040 and 68060) or TT1 (68030)
  668.     DTT0        Ignore DTT0
  669.  
  670.     ALL        Ignore all TTx registers. This is the default if
  671.             no other options are given.
  672.  
  673.     This command does nothing on a 68851 because this MMU doesn't offer 
  674.     transparent translation registers at all.
  675.  
  676.  
  677. AddMem        FROM=ADDRESS/A,LENGTH=SIZE/A,ATTR=FLAGS/K,PRI/K,NAME/K
  678.  
  679.     Adds memory to the exec memory pool. Note that THIS DOES NOT
  680.     make the memory available, i.e. it is NOT AUTOMATICALLY marked
  681.     as "valid". Hence, an "AddMem" command requires most likely a
  682.     "SetCacheMode" for the same memory region or the library will
  683.     crash on startup.
  684.  
  685.     FROM=ADDRESS    Base address of the memory to be added. in hex
  686.             notation. A leading $ or 0x is allowed.
  687.             This address must be aligned to a 64K boundary.
  688.  
  689.     LENGTH=SIZE    Size of the memory to be added in bytes, in hex.
  690.             Again, must be divisible by 64K.
  691.     
  692.     ATTR=FLAGS    Memory attribute flags in hex. Defaults to 0x05
  693.             which is MEMF_PUBLIC|MEMF_FAST. More flags are
  694.             documented in exec/memory.h. The library *does not*
  695.             know the nmemonics for the memory types, though.
  696.  
  697.     PRI        Priority of the memory pool to be added, in decimal
  698.             notation. This must be a number between -128 and 127. 
  699.             Defaults to six.
  700.  
  701.     NAME        Name of the memory pool. 
  702.             Defaults to "MMU expansion memory".
  703.  
  704.     Again, this command *does not* make the memory available for the
  705.     processor, an additional "SetCacheMode" is required.
  706.  
  707.  
  708. SetCacheMode    FROM=ADDRESS/A,LENGTH=SIZE/A,
  709.         COPYBACK/S,WRITETHROUGH/S,CACHEINHIBIT/S,
  710.         NONSERIAL/S,IMPRECISE/S,
  711.         VALID/S,BLANK/S,
  712.         IO=IOSPACE/S,NOIO=NOIOSPACE/S,
  713.         ROM/S,NOROM/S
  714.  
  715.     This is a "cut down" version of the "MuSetCacheMode" command, it
  716.     supports a sub-set of its cache control commands. Options that
  717.     modify memory in a way that could result in access errors are not
  718.     supported and must be setup by hand with "MuSetCacheMode".
  719.  
  720.     FROM=ADDRESS    The base address of the memory region whose cache
  721.             mode shall be changed. This is in hex notation, a
  722.             leading 0x or $ is allowed.
  723.             The library will round this down to the next
  724.             page size boundary, which is usually 4K or 1K.
  725.  
  726.     LENGTH=SIZE    The size of the memory region in bytes, in hex
  727.             notation. 
  728.             The library will round this up to the next page
  729.             size if required.
  730.  
  731.     COPYBACK    Enables the copyback cache mode. This is the
  732.             fastest cache mode available, reads and writes are
  733.             cached if the CPU allows this. This option will 
  734.             fall back to WRITETHROUGH on a 68030 or 68851.
  735.  
  736.     WRITETHROUGH    Enables the writethrough cache mode. Reads will
  737.             be cached, writes will enter the cache but will be
  738.             written out to memory as well.
  739.  
  740.     CACHEINHIBIT    Disables the cache completely.
  741.  
  742.     NONSERIAL    Disables the cache, but allows the CPU to reorganize
  743.             accesses to speed up memory transfers a bit. 
  744.             (68040 only, does nothing on all others).
  745.  
  746.     IMPRECISE    Disables the cache, but allows the CPU to handle
  747.             access errors a bit "sloppy" to speed up access a
  748.             bit. (68060 only, does nothing on all others).
  749.  
  750.     VALID        Validates the memory region, i.e. makes it available.
  751.             This option is required to enable a memory region
  752.             that should be added to the exec memory pool by the
  753.             "AddMem" command.
  754.  
  755.     BLANK        Invalidates the memory region, all accesses will be
  756.             remapped to a "dummy" page.
  757.  
  758.     IO=IOSPACE    Marks the memory region as mapped IO space, and
  759.             sets the cache mode to CACHEINHIBIT. The cache mode
  760.             can be overridden by using the cache control options.
  761.  
  762.             This is a pure software flag which is, however, used            
  763.             by MuForce and friends. Memory marked as IOSPACE is
  764.             never disassembled or dumped because of undesireable
  765.             side effects that might result.
  766.  
  767.     NOIO=NOIOSPACE    Marks the memory as plain RAM space, negative form of
  768.             IO=IOSPACE.
  769.  
  770.     ROM        Marks the memory as ROM space and enables the
  771.             defensive write protection. Writes to this area will
  772.             be ignored silently.
  773.  
  774.     NOROM        Marks the memory as RAM space, writes are allowed.
  775.             Negative form of NOROM.
  776.  
  777.  
  778. For example, to add non-autoconfiguring fast cacheable memory 
  779. from 0x02000000 to 0x03ffffff, setup your "MMU-Configuration" as follows:
  780.  
  781. SetCacheMode    from 0x02000000 size 0x01000000 valid copyback
  782. AddMem        from 0x02000000 size 0x01000000
  783.  
  784. --
  785. To disable the cache of autoconfiguring Zorro-II memory, as required by
  786. some 040 and 060 based boards that can't break up burst accesses into
  787. 16-bit Z-II accesses:
  788.  
  789. SetCacheMode    from 0x00200000 size 0x00800000 cacheinhibit
  790.  
  791. The GVP Combo 040 is an example for a board requiring this "adjustment".
  792.  
  793. --
  794. To mark non-autoconfiguring hardware in the F-Space as "IO space":
  795.  
  796. SetCacheMode    from 0x00f00000 size 0x00080000 iospace
  797.  
  798. Most P5 boards suffer from this design problem.
  799.  
  800.  
  801. Release 0.38
  802. --------------
  803.     New in this release:
  804.  
  805.     - Added four internal undocumented LVOs for external CPU drivers.
  806.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  807.       not recognized. Outch! Which smart guy at Motorola decided to use
  808.       the same processor ID for both products? The EC doesn't have a MMU,
  809.       the LC - as for example used by the LC75 Apollo board - does.
  810.       This might well explain a lot of problems of the Apollo board....
  811.     - Fixed a bug in the library init routine which would cause a guru
  812.       in case no MMU is available at all. The library MUST load, and
  813.       some functions will be available even without an MMU.
  814.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  815.       correcting problems with some ancient 040 library releases that
  816.       didn't make use of the MMU (how should that work?)
  817.     - Fixed a serious bug of the Alert() replacement function, the stack
  818.       was used plain wrong. Thanks Etienne!
  819.     - Included an updated and more streamlined version of MuLockLib,
  820.       thanks to Gunther Nikl for providing it.
  821.  
  822. Release 0.37
  823. --------------
  824.     New in this release:
  825.  
  826.     - Added two tags for Get/SetContextData in preparation for the
  827.       memory library.
  828.     - Wrote a replacement AddMemList() function because some 
  829.       versions of the 68040/68060.library functions patch this function.
  830.       This release will adjust the MMU tables for the DEFAULT CONTEXT
  831.       only, which means that all memory must be ready AT LEAST AS SOON
  832.       AS A PRIVATE CONTEXT IS CREATED.
  833.  
  834.  
  835. In case you've problems with this library release:
  836. o) Please install the mmu.library_debug ON TOP of the mmu.library, i.e. use
  837.  
  838. copy mmu.library_debug to LIBS:mmu.library
  839.  
  840. o) Reset the system
  841. o) Run Sushi or Sashimi to fetch the output. Give them a HUGE buffer
  842. o) Load the library. MuLockLib would do that, for example.
  843.  
  844. Release 0.36
  845. --------------
  846.     News in this release:
  847.  
  848.     - Fixed MuMove4K, added the A1200 option and fixed the shutdown code.
  849.     - Fixed MuLockLib, there was a slight chance for a crash (thanks to
  850.       Gunther Nikl for reporting)
  851.     - Fixed the .fd-File. I forgot to include two functions making
  852.       the table useless, and forgot to include one library 
  853.       function in the library lvo jump table. Outch!
  854.     - Fixed the new memory map functions.
  855.     - Tested indirect descriptor functions, included a new test,
  856.       see MuIndirectTest.
  857.  
  858. I'm planning to upload the 0.36 to the Aminet next saturday, I won't be in
  859. town from July 18th to August 8th. 
  860.  
  861. Release 0.35
  862. -------------
  863.     News in this release: Something in the library, even though no
  864.     real serious bugs have been found. More functions, but more power-
  865.     ful debugging tools.
  866.  
  867.     - Added support functions for memory maps, likely untested.
  868.     - Added support functions for indirect descriptors and *VERY FAST*
  869.       indirect page swapping.
  870.     - Fixed a tiny bug in the 060 support which might have failed to
  871.       detect physical bus errors correctly.
  872.     - Fixed a bug in GetPageProperties which might have failed to
  873.       read remapped memory correctly.
  874.     - Streamlined the tag item parse functions.
  875.     - Updated documentation and includes.
  876.     - Wrote the disassembler.library, added to the distribution.
  877.     - Updated MuForce: The program makes use of the disassembler.library
  878.       and prints now a disassembly of the faulty code on demand.
  879.     - Fixed a bug in MuGuardianAngel, stack dump was broken.
  880.     - Updated MuGuardianAngel, included disassembly function.
  881.     - Updated MuMove4K a lot, included a PREPAREEMUL function,
  882.       wrote a better guide, drew a shell icon.
  883.     - Included more shell tools, PrintBusError, ResetBusError and
  884.       ClearTTx.
  885.  
  886. The Apollo LC060 75Mhz showed problems with the mmu.library. I don't know
  887. how these problems arose, but it might be that the MMU doesn't like the over-
  888. clocking. To test this, please run the "ClearTTx" program with the NATIVE
  889. Apollo setup and check whether this works or not.
  890.  
  891. The PrintBusError tool will dump the bus error vector. It should always
  892. point to the library.
  893.  
  894. The ResetBusError will repair the bus error vector in case it was messed
  895. up by a program. It should be run WITHOUT an active debugger, or the result
  896. will be worse, not better. An application for this program is to restore
  897. the correct bus error handler after having used the "SoftBoot" program or
  898. "SetCPU FastROM" or "CPU FastROM". Note that the latter two are obsolete
  899. and replaced by MuFastROM.
  900.  
  901.  
  902. Release 0.34.1
  903. --------------
  904.     I'm pretty happy with the 0.34 how it is now, I haven't found new
  905.     bugs. This doesn't mean there are none, though. (-;
  906.  
  907.     New in this release:
  908.  
  909.     - Updated MuGuardianAngel a bit. The "hit" messages are now more
  910.       informative and contain more detailed information about the
  911.       cause of the hit, as for example which memory chunk was released
  912.       etc... Thanks to Simon for the hint.
  913.     - Added a new program "MuLink" to the MuTools. This is a shell-only
  914.       developer tool for automatic "self-protection" of software. A
  915.       program that gets "MuLink'd" will get its code (or other selected)
  916.       segments automatically write protected. This is most important 
  917.       for software that has to run on critical systems, as BBS's 
  918.       and the like. MuLink is a post-processing tool much like ATOM.
  919.       More about this tool in its documentation.
  920.     - Added a "MuGuardianOff" icon.
  921.     - Updated the documentation.
  922.     - Included E developer files, thanks to Daniel Kasmeroglu. 
  923.  
  924.  
  925. Remaining problems:
  926.     
  927.     - The usual ppc.library problem. Not about to be fixed.
  928.     - The library still refuses to work correctly on an Appollo 75Mhz
  929.       060EC board, I don't know why. TTx setup of this board is now
  930.       supported correctly, but this doesn't seem to help. Wierd.
  931.  
  932. Release 0.34
  933. ------------
  934.     Sigh, the 0.33 DMA logic was still buggy....
  935.  
  936.     - Fixed (another) bug in CachePostDMA(). The routine failed to
  937.       check the CPU AttnFlags correctly and hence did not restore
  938.       the cache mode to copyback. This could have been resulted in
  939.       slowdown of your machine, and hands of several MuTools.
  940.     - Removed all references to the 68040 and 68060.library. This
  941.       will allow a possible future 680x0 library to use the 
  942.       mmu.library to build its MMU tree instead of implementing this
  943.       function a second time.
  944.  
  945. I M P O R T A N T:
  946.  
  947. THIS MEANS THAT ALL THE MUTOOLS *MUST* BE RUN  A F T E R  SetPatch.
  948.  
  949. The only exception to this rule is MuMove4K.
  950.  
  951. Please DO NOT run the MMURemapTest with the cybscsi or cybppc.device. Both
  952. devices are not designed to allow memory remapping (not my fault). In worst
  953. case, they will trash your hard disk!!!
  954.  
  955.  
  956. Thanks goes to Ulrich Falke for helping me to find these bugs, and 
  957. furthermore to Michaela Prüß for supplying the includes and protos for the 
  958. vbcc compiler!
  959.  
  960. Release 0.33
  961. ------------
  962.     Outch, the 0.30 was buggy!
  963.  
  964.     - Fixed a bug in the GetPageProperties() routine for the 030 and
  965.       020 support code. The cache control functions overwrote an 
  966.       important CPU register and therefore crashed MuForce.
  967.     - Fixed a bug in the DMA control logic. Outch! This really broke
  968.       things!
  969.     - Fixed a bug in the MMU table rounding logic. Fixed one overflow
  970.       problem that makes the procedure hang on some machines. 
  971.       Additionally, I forgot to merge adjacent property nodes here.
  972.     - I must have been crazy to remove the PROTECT option in MuFastROM.
  973.       Fixed!
  974.     - MuFastZero OFF improved, and the FORCENATIVE flag was broken
  975.       completely.
  976.     - MuGuardianAngel showed a few bogus exceptions on startup, depends
  977.       on the system configuration. TRSaferPatches caused this, fixed.
  978.     - Added the FixCybAccess workaround. It fixes - or actually 
  979.       works around - a really bad design fault of the cybscsi.device.
  980.       More on this in its readme.
  981.     - Changed the SegTracker output style of MuForce and MuGuardianAngel
  982.       to the Enforcer style. This is most useful for tools interpreting
  983.       these lines.
  984.  
  985. Thanks to all the nice folks that reported bugs, and sorry for the 
  986. inconvenience about all the bugs.
  987.  
  988. This distribution contains again a "mmu.library_debug". In case you encounter
  989. problems, please rename this to "mmu.library", install "Sushi" or "Sashimi"
  990. with a *LARGE* I/O buffer and run the tests again. Alternatively, connect
  991. a terminal to the serial port, 9600 baud, 8 bit, 1 stop bit, no parity.
  992.  
  993. Please collect the output and sent it to my email address. This will help 
  994. me a lot debugging the library.
  995.  
  996. -----> When reporting bugs, PLEASE PLEASE let me know:
  997.  
  998. o) About which version of the library you're running. I might have sent
  999. some of you an updated version.
  1000. o) About which processor your system is running on.
  1001. o) A MuScan output.
  1002. o) Which SCSI/IDE device you're using.
  1003.  
  1004. In case you see a crash:
  1005.  
  1006. o) Please write down the guru number.
  1007. o) Try to reproduce the crash, try to find out which program causes the
  1008. crash. This means that you should try to edit your startup sequence and to
  1009. remove patches from there until the crash disappears. You don't need to
  1010. strip the startup-sequence permanently, but just to let me know which
  1011. program causes the incompatibility.
  1012.  
  1013. Please understand that a "It won't work on my computer" doesn't help me 
  1014. much to fix the problem. Try to be as concrete as possible, this will 
  1015. increase the propability enourmously that bugs get fixed. (-;
  1016.  
  1017. A special note about the 0.3x releases:
  1018.  
  1019. I introduced a new guru, namely "AN_PostSetup 0x3e000015". In case you see
  1020. this specific guru, let me know which program caused this.
  1021.  
  1022.  
  1023. A special note about MuGuardianAngel:
  1024.  
  1025. This program is NOT compatible with PoolMem. Try not to install PoolMem on
  1026. top of this, this won't work. MuGuardianAngel will be smart enough to cancel
  1027. PoolMem if it is running, but it is not smart enough to prevent its 
  1028. installation.
  1029.  
  1030.  
  1031. A special note about "version" and related utilities aka "verscheck":
  1032.  
  1033. These tools OPEN the libraries in question. Hence, if you run "version"
  1034. on a - possibly existant - 68040old.library, it will open this library and
  1035. re-install a MMU table on top of the already loaded table. Either do
  1036. not try this or remove the 68040new.library and the 68040old.library from
  1037. your LIBS: drawer.
  1038.  
  1039.  
  1040. A special note about "MMUCacheTest": 
  1041.  
  1042. If this program hangs on your system, please report this. Furthermore, please
  1043. run it *AGAIN*, but this time with the "NOMMU" option on the command line
  1044. and *WITHOUT ANY* tools that require the mmu.library. It would be best to
  1045. boot without startup-sequence, run "SetPatch" by hand and then immediately
  1046. "MMUCacheTest DH0: nommu".
  1047.  
  1048.  
  1049. Release 0.30
  1050. ------------
  1051.     Ouh, just too many changes to mention:
  1052.  
  1053.     - Added tags to setup the MMU table layout, as the page size,
  1054.       the depth of the MMU tree.
  1055.     - Added functions to get and set some control values of the
  1056.        MMU contexts.
  1057.     - Added page access exception handler.
  1058.     - CachePre/PostDMA patches are now always installed since 68020
  1059.       and 68030 based systems need the logical -> physical trans-
  1060.       lation as well.
  1061.     - Reworked the mmu.library memory management.
  1062.     - Fixed several bugs in the MuForce program, did not handle ROM
  1063.       remapping correctly.
  1064.     - MuFastRom and MuFastZero reworked a bit. MuFastZero OFF did
  1065.       not work. Added more options for both tools.
  1066.     - Added a new debugging tool: MuGuardianAngel. Some sort of
  1067.       memory protection that keeps free memory from getting over-
  1068.       written by faulty programs.
  1069.     - Added more options to MuSetCacheMode.
  1070.     - MuMove4K moves now the lowest 32K (and is hence misnamed). This
  1071.       avoid trouble with large MMU table sizes on 68030/68020 based 
  1072.       systems and pre-allocates memory for an "oxypatcher" type tool.
  1073.     - Added MuLockLib tool, check the readme.
  1074.     - ....
  1075.  
  1076.  
  1077. Release 0.27
  1078. ------------
  1079.     - Fixed a bug in the task scheldurer.
  1080.     - Added a second explicit cache flush for ColdReboot()
  1081.     - Fixed a bug in the branch cache flush of the '060... Sorry!    
  1082.     - Tested the library for public remapped memory... Works!
  1083.     - Tested the library for private MMU trees... Works!
  1084.  
  1085.     - Since the 0.27 works now within its specifications, this will
  1086.       be the last 0.2x release. We're going to 0.30 now.
  1087.  
  1088. Release 0.26
  1089. ------------
  1090.  
  1091.     - Fixed a bug in the exception handling, forgot to restore a6.
  1092.     - Fixed the return value of RebuildTree(). It's now TRUE on
  1093.       success, not DOSTRUE.
  1094.     - Fixed a bug in the table builder, merged sub-tree were released
  1095.       incorrectly.
  1096.     - Added the WithoutMMU() LVO entry.
  1097.     - Removed the AllocLineMem() LVO, this one was useless.
  1098.  
  1099. Release 0.25
  1100. ------------
  1101.  
  1102.     - Debugged 060 exception handler again. Found only one bug, ROM
  1103.       emulation was broken.
  1104.     - Enhanced AbsExecBase accesses - does no longer block interrupts
  1105.       unnecessary.
  1106.     - Fixed parts of the exception handler to read the faulty instruction
  1107.       from the correct function code space.
  1108.     - Added a complicated test for the EC030 processor that should
  1109.       finally work.
  1110.     - Enabled the MMULib internal exception handler test.
  1111.     - Removed all accesses to the ppc.library and reserved entries.
  1112.       PPC.lib compatibility is no longer an issue for me. The MMU.lib
  1113.       is WarpOs-compatible, though, as long as the system isn't 
  1114.       infected by Ralph's "software".
  1115.     - Added a safety test in the MMUCacheTest program to avoid
  1116.       hangs.
  1117.  
  1118. Release 0.24
  1119. ------------
  1120.  
  1121.     - Fixed the 030/851 exception handler, especially the emulation
  1122.       of instruction access of a possibly invalidated zero page,
  1123.       now really, *BIG* thanks to Dave!
  1124.     - MuForce does no longer ignore a remapped ROM. (Oops!)
  1125.     - MuForce does no longer touch the mapping of the fspace
  1126.       unless told to do so.
  1127.     - Fixed the assembler includes and autodocs, thanks to Tilman!
  1128.     - The context management of the library does no longer
  1129.       reset the remap destination in case the memory remap flag
  1130.       is not included in the mask settings. (Oops!)
  1131.     - Fixed the MMU table builder for MMU tables using more than
  1132.       32K entries.
  1133.     - The startup code selects now a better page layout for 030/851
  1134.       processors.
  1135.     - MuForce tries now to re-use an already relocated vector base
  1136.       if possible.
  1137.     - Tiny speedup in the "InstallDescriptor" routine could speed up
  1138.       MMU table building. There's room for more speedups, though.
  1139.     - Added a "nommu" flag for the MMUCacheTest program to check    
  1140.       your HD without the mmu.library. If this flag is used, the
  1141.       program *MUST* be run without the mmu.library currently loaded.
  1142.  
  1143. Related fixes of COP (release 1.73, not included in this distribution):
  1144.     - Fixed emulation of instruction access to the zero-page.
  1145.     - Fixed the RestoreVBR option.
  1146.     - Fixed the MMU disable mechanism on startup.
  1147.  
  1148. Special thanks goes to Dave "Ragman" for finding a lot of bugs in the 0.21
  1149. release.
  1150.  
  1151. -----------------------------------------------------------------------------
  1152.  
  1153. Compatibility warnings and bad software:
  1154.  
  1155. - The MMU tables generated by the "CPU FastROM" command, an official CBM tool,
  1156. are simply wrong if run on a 030 processor. Chip memory is marked as
  1157. "cacheable", which is plain wrong. Already spoke to Michael Sinz who agrees
  1158. in that point. Don't use it, run "MuFastRom" instead.
  1159.  
  1160. - The MMU tables build by "SetCPU FastRom" are not very well suited for 
  1161. MuForce. The MMU library will replace the table layout by something more
  1162. adapted.
  1163.  
  1164. Since these programs may install a "bogus" exception vector, you shouldn't
  1165. run both programs with the "FastROM" option. If you absolutely want to do, 
  1166. run them *before* installing any MMU.lib related program and COP - remember, 
  1167. you have been warned. "MuFastROM" will do better once the library is finished.
  1168.  
  1169.  
  1170. - CMQ060.lha from the Aminet: This program uses the MOVE16 instruction to
  1171. "speed up" the copy mem routines of the Os. Besides that the speedup is
  1172. minimal, you should be informed that this instruction is not fully 
  1173. supported by the Amiga hardware. A MOVE16 into the chip memory could yield
  1174. to "strange and wonderful things", and may or may not work. Its burst
  1175. accesses simply don't fit into the DMA access mechanism of the Amiga 
  1176. custom chips. (Note that no other instruction will try burst accesses
  1177. into non-cacheable memory!)
  1178. Moreover, if a MOVE16 crashes, the mmu.library is out of buisiness, it will 
  1179. simply guru. Moreover, due to a firmware bug of the '040, a MOVE16 on a
  1180. system using virtual memory might be unreliable and cause undesired side
  1181. effects. Do not run this program!
  1182.  
  1183. MOVE16 is one of the non-supported instructions in an Amiga system, others
  1184. are TAS, CAS and CAS2 (which are of little use in a single processor system).
  1185.  
  1186. For more detailed information of MOVE16, check either the enforcer.guide or
  1187. the motorola documentation, I'm not making this up, and this is not 
  1188. mmu.library related.
  1189.  
  1190. Known Bugs:
  1191. -----------
  1192.  
  1193.     The MMU table manager rebuilds currently the MMU tables for a
  1194.     complete memory block even if only a minor sub-block was changed.
  1195.     Therefore, it may take longer to build the MMU table than absolutely
  1196.     required. I decided not to change this behaiviour because it
  1197.     keeps the mmu tables clean and optimized and avoids fragmentation.
  1198.  
  1199.     The MMU library builds currently 68030 MMU tables with the
  1200.     REPAIRABLE flag set less efficient than it could. However, it 
  1201.     was felt that a consistent table layout is more helpful than the
  1202.     (minimal) speedup.
  1203.  
  1204.     The library does not yet contain a workaround for a 040 firmware
  1205.     bug: If an illegal, line A, chk or unimplemented floating point
  1206.     instruction is located at the last 16 bits of a page and the next
  1207.     page is not available, the 040 generates an access fault instead
  1208.     of the proper exception. The fault address is the address of the
  1209.     missing page, and the PC points to the instruction in the preceeding
  1210.     page. This doesn't matter too much currently, it might become
  1211.     relevant in a VM system.
  1212.  
  1213.     The library does not provide the MOVE16 instruction of the '040 and
  1214.     '060. See above for details. It does not work around the MOVE16
  1215.     firmware bug causing loss of cached data on MOVE16's into invalid
  1216.     memory, and it reacts with a guru in case a MOVE16 generates an
  1217.     access fault.
  1218.  
  1219.  
  1220. These bugs will be fixed within the next releases of the library, including
  1221. all the other bugs you may find.
  1222.     
  1223. -----------------------------------------------------------------------------
  1224.  
  1225. Special thanks goes to:
  1226.  
  1227. -Ralph Babel for giving information about the CachePreDMA/CachePostDMA
  1228.  functions and for some internals allowing me to write the MuOmniSCSIPatch.
  1229. -Carsten Schlote for starting development of a mmu.library aware 68060.lib.
  1230. -Michael Sinz (a real BIG thank you!) for discussing a lot of details of
  1231.  CachePreDMA/CachePostDMA, for sending me the sources of these functions
  1232.  in his 68040, and especially - and that's really great - for making the
  1233.  Enforcer sources available and for allowing me to reuse the exception
  1234.  handler of the Enforcer. This will happen in one of the next releases.
  1235. -Bjoern Schmidt for allowing me to run some tests on his 060 and for
  1236.  keeping several afternoons free for me.
  1237. -All the testers for running tests and sending me detailed information about
  1238.  their systems.
  1239.  
  1240. Thank you to all of you, this project won't clearly possible without your
  1241. support!    
  1242.  
  1243. -----------------------------------------------------------------------------
  1244.  
  1245. What is this:
  1246. -------------
  1247.     The mmu.library provides functions for MMU related operations
  1248.     as write- or read-protecting certain areas of memory for a
  1249.     given set of tasks, or marking memory regions as "swapped"
  1250.     virtual memory support. It offers an abstraction level on top
  1251.     of the actual MMU and a unified interface for MMU purposes.
  1252.  
  1253.     The MMU lib does NOT implement virtual memory, that's the purpose
  1254.     of another library - the memory.library. There's no much reason why
  1255.     any application except the memory.library and probably some debugging
  1256.     tools should call this library directly. The memory.library functions
  1257.     on top of this library should suffer for "all day purposes".
  1258.  
  1259.     The goal of the mmu.library is to provide an "abstraction layer" on
  1260.     top of the hardware, to allow programs to make use of the memory
  1261.     management hardware of the more advanced members of the MC68K
  1262.     processor family. Programs using the functions of the mmu.library
  1263.     do not need to modify the MMU tables directly and hence will not
  1264.     conflict with each other. The mmu.library interface provides all
  1265.     necessary functions to do that. This will allow programs like
  1266.     Enforcer and VMM to cooperate nicely with each other, provided both
  1267.     use this library.
  1268.  
  1269. Since writing the mmu.library is a tough job, I need your help!
  1270.  
  1271. Currently, only two systems are available right here, a MC68030 40Mhz
  1272. ad a MC68040 33Mhz. While this is better than before, I still need your
  1273. help since the library is supposed to support all members of the MC68K
  1274. family (the 68851, 68040 and 68060 MMUs). 
  1275. Since I don't have all these systems available, I need your
  1276. help - writing system software without being able to debug is "a bit" 
  1277. tricky.
  1278.  
  1279.  
  1280. What can I do as a non-developer:
  1281. ---------------------------------
  1282.  
  1283. Testing! Check the documentation of the programs within the documentation,
  1284. especially what you find the "MuTools" drawer, and lemme know how it goes.
  1285.  
  1286. More shell-based tests are in the "Shell_Only" drawer:
  1287.  
  1288. I) First test
  1289. --------------
  1290.  
  1291. Please run the MMUCacheTest program, too. It takes one argument, the
  1292. name of a hard disk. Don't worry, it won't harm your HD, it will simply
  1293. read sectors from it to test some critical MMU.library functions.
  1294.  
  1295. Please perform this test with as many "disk-like" devices as you can, i.e.
  1296. hard disks, CD Roms, SCSI and IDE devices of various kinds.
  1297.  
  1298. Here's an example run:
  1299.  
  1300. 1.SYS:> MMUCacheTest DH0: <RETURN>
  1301.  
  1302. MMUCacheTest 0.25 (14.03.99) © THOR.
  1303. Internal use only, no commercial use.
  1304. Initial read, calculate checksum.
  1305.  
  1306. Running the initial device test.
  1307. This test checks whether the connected device works reliable.
  1308. It does NOT check the MMU code which is not needed for this
  1309. initial run.
  1310. This test SHOULD NOT fail. In case it does, your device or
  1311. host adapter is broken, but not the MMU logic.
  1312.  
  1313. The initial test passed.
  1314.  
  1315. Running the real test. If this test fails, something is wrong
  1316. with the CachePreDMA/CachePostDMA logic. In this case, please
  1317. sent me an EMail so I can fix it.
  1318. The MMU cache test passed. Run 165329 RAM accesses.
  1319.  
  1320.  
  1321. In case any of the tests fail, or you see crashes, please let me know.
  1322. THIS IS AN IMPORTANT TEST. If anything fails here, the future mmu.library
  1323. might trash disk input.
  1324.  
  1325. If the tests pass, check the number of RAM accesses shown in the last line
  1326. of the output. This number *should* be larger than zero. If it's not, then
  1327. the test did effectively nothing. Please let me know in this case either,
  1328. I'll try to invent a more effective test in this case.
  1329.  
  1330.  
  1331. II) Second test
  1332. ---------------
  1333.  
  1334. Please run the MuContextTest program. It should not crash, but should
  1335. output the following:
  1336.  
  1337. 8.VIF:MMULib> Shell_Only/MuContextTest
  1338. A silly test.
  1339. A silly test.
  1340. B silly test.
  1341. C silly test.
  1342. D silly test.
  1343. E silly test.
  1344. F silly test.
  1345. G silly test.
  1346. H silly test.
  1347. I silly test.
  1348. J silly test.
  1349.  
  1350.  
  1351. This test checks whether the library context switch routine works correctly.
  1352. This is most important for the 68020/68851 since it is most sophisticated
  1353. for this hardware configuration.
  1354.  
  1355.  
  1356. III) Third test
  1357. ---------------
  1358.  
  1359. Please run this test LAST since it can't be aborted. The program is run
  1360. with one parameter, the name of a temporary file. Please DO NOT use a file
  1361. on the RAM or RAD since this won't test much, and DO NOT use the floppy
  1362. drives for the same reason. The optimal choice is an external medium like a
  1363. ZIP or a JAZ drive. This test checks mainly the device driver of your hard-
  1364. disk whether it is written MMU conformal or not. Users of the omniscsi.device
  1365. (the Guru ROM) should install the "MuOmniSCSIPatch" or the answer will be
  1366. "No".
  1367.  
  1368. Please run the test as follows:
  1369.  
  1370. 1.SYS:> MuRemapTest SYS:TempFile
  1371.  
  1372. The program will print the result on the screen.
  1373.  
  1374.  
  1375. If this test succeeds, the program will attempt to remap free exec memory
  1376. to a new position and builds a new memory pool. This memory will therefore
  1377. have different physical and logical addresses. Please try now whether your
  1378. system remains stable, but do not yet run MuGuardianAngel as it does not yet
  1379. support memory remapping.
  1380.  
  1381. The program can't be aborted since the remapped memory can't be released
  1382. if parts of it got allocated.
  1383.  
  1384.  
  1385. What can I do as developer:
  1386. ---------------------------
  1387.  
  1388. I'm still willing to give away the sources of the library, provided that
  1389.  
  1390. a) you keep them private and don't give them away (really!)
  1391. b) you help me debugging the library by using them.
  1392.  
  1393. They are no longer included in the "standard" distribution because that
  1394. would enlarge the archive unnecessary for most testers. In case you're
  1395. interested, just sent me a note.
  1396.  
  1397. Under the same restrictions, the MuGuardianAngel sources are available.
  1398.  
  1399.  
  1400.  
  1401. What about joining the mmu.library development group? This is just a couple
  1402. of people contributing to this library by writing code and exchanging their
  1403. wisdom by EMail. It's a non-profit organization that works on the development
  1404. of this library. If, whenever, this library becomes a commercial product, 
  1405. you'll get paid, of course. However, the current library, as it is, is planned
  1406. to be freeware, so don't expect money. It doesn't look like there's currently
  1407. a market for this library project, unfortunately. 
  1408.  
  1409. Contact me at thor@math.tu-berlin.de if you want to join this group.
  1410.  
  1411.  
  1412. What can be done just now is to run this library on your machine and find
  1413. and correct bugs. As I said, I haven't tested the 68851 and the 68060
  1414. parts at all. 
  1415.  
  1416. You might also want to develop software for the library. You find the
  1417. required includes and autodocs within this archive, as well as example
  1418. sources. In case you need support, just contact me.
  1419.  
  1420. There are a lot of library functions that require a bit more testing:
  1421.  
  1422. - All the functions that bypass the abstraction layer:
  1423.  
  1424.     GetPageProperties(),SetPageProperties(),PhysicalPageLocation()
  1425.  
  1426. - Remapping of memory and adding this memory to the exec memory pool.
  1427. - Building private contexts and swaps of the MMU tables on task swaps.
  1428. - SWITCH and LAUNCH type exception handlers.
  1429.  
  1430. I haven't been able yet to run all required tests, sorry. 
  1431.  
  1432.  
  1433. What is in this distribution:
  1434. -----------------------------
  1435.  
  1436. Autodocs:
  1437.     The preliminary version of the autodocs of the mmu.library and
  1438.     the memory library, as well as a file describing some planned
  1439.     implementation details.
  1440.  
  1441. Include:
  1442.     The includes for a C compiler as well as the ".fd" file for the
  1443.     library functions written so far. 
  1444.  
  1445. C_Sources:
  1446.     C sources of sample programs. All programs that are distributed
  1447.     under the THOR-Software licence are published here. The
  1448.     sources of MuForce *are not* available because they are partially
  1449.     copyrighted by Michael Sinz.
  1450.  
  1451. MuTools:
  1452.     Contains an increasing collection of programs that make use of 
  1453.     the MMU. For details, check their guides in this drawer.
  1454.  
  1455. Shell_Only:
  1456.     A couple of programs that can be run from the shell only, as there
  1457.     are:
  1458.  
  1459.     MMUCacheTest:
  1460.         Reads from HD, partially non-cache aligned to check whether
  1461.         boundary pages of the DMA buffer are correctly marked as non-
  1462.         cacheable. See above for how the test looks like.
  1463.  
  1464.     SCSIDMATest:
  1465.         Checks whether the hard disk driver uses CachePreDMA/CachePostDMA
  1466.         consistently. See above for the test. The source is included.
  1467.  
  1468.     TestMMU:
  1469.         This program is purely for debugging purposes. If you run it,
  1470.         you won't see any specific action. It simply opens the library
  1471.         manually and executes the library init function in the task
  1472.         context of the calling program. Hence, this program can be used
  1473.         to step thru the lib-init function with a standard debugger
  1474.         without the need to catch "ramlib".
  1475.         If you still discover bugs and want to try, then load this
  1476.         program into a debugger of your choice, and step thru it.
  1477.  
  1478.     PrintTTX:
  1479.         Prints the transparent translation registers, without using
  1480.         the library. Sometimes required by me if the library fails
  1481.         completely.
  1482.  
  1483.     ClearTTX:
  1484.         Clears the TTx registers. This is a test whether a certain
  1485.         board making use of an overclocked LC060 runs with a pure
  1486.         MMU setup.
  1487.  
  1488.     PrintBusError:
  1489.         Prints the location of the access error handler. This should
  1490.         point to the library in case it is installed.
  1491.  
  1492.     ResetBusError:
  1493.         Resets the bus error handler (! Not to be confused with the
  1494.         access error, this is something different if the library is
  1495.         running) to its system default. This tool MUST be run very
  1496.         early, with no debuggers active, or the bus error will be
  1497.         completely messed up.
  1498.  
  1499.     MuContextTest:
  1500.         Checks the MMU context switches by installing a task with
  1501.         a private context. The mmu.library has hence to switch 
  1502.         between two different MMU tables. See above for details
  1503.         how to run this test.
  1504.  
  1505.     MuRemapTest:
  1506.         Checks support of remapped memory by device drivers and
  1507.         the remaining system. Must be run with a temporary file
  1508.         on the harddisk to be checked. THIS TEST WON'T RETURN!
  1509.  
  1510.     CheckFPU:
  1511.           This program prints the version number of a 68040 FPU if 
  1512.         one is available. Two versions exist, the V40 "original" 
  1513.         which is very buggy and the V41 "revised" with less bugs. 
  1514.         The 68040.library supports currently both, with lots of 
  1515.         workarounds for the V40. Please contact me in case you 
  1516.         find a V40 edition in your Amiga.
  1517.  
  1518.     
  1519. Known bugs and problems of this implementation:
  1520. -----------------------------------------------
  1521.  
  1522. Things that require testing:
  1523.  
  1524.     - TTx register parsing updated, again. Should work fine with all the
  1525.       printouts I've collected, but you may still want to test it.
  1526.     - 68851 code likely untested, but I'm getting better. 
  1527.       I NEED YOUR HELP!
  1528.     - GetPageProperties/SetPageProperties are likely tested by the
  1529.       MuGuardianAngel program.
  1530.     - Page access exception handlers only likely tested by 
  1531.       MuGuardianAngel.
  1532.  
  1533. Things not yet implemented:
  1534.  
  1535.     - Patches for ppc libraries due to missing support. The
  1536.       ppc.library will remain unsupported, if you're the owner of
  1537.       a PPC board, run WarpOs, which is compatible.
  1538.  
  1539. Things the current design does not allow:
  1540.  
  1541.     - The MAPP_USED and MAPP_MODIFIED flags are not kept consistent
  1542.       by the library except for MAPP_SINGLE pages. I consider this
  1543.       as a minor problem since single page mode is required for
  1544.       virtual memory anyways.
  1545.     - MMU tables using the function codes. The amiga design shouldn't
  1546.       allow this anyways, but I don't know whether there's a board
  1547.       that makes use of them. (Doesn't look like, though).
  1548.     - Boards with two different MMU's on board. I've heard some
  1549.       rumours that there are actually 68040 boards with an additional
  1550.       68851. 
  1551.  
  1552. Debugging:
  1553. ----------
  1554.  
  1555. Yes, that's a problem of its own. Obviously, the MMU library uses some
  1556. "heavy magic" supervisor code which is not available for a standard monitor.
  1557. Even though the DevPac "MonAm" is a nice and powerful debugger, it's not
  1558. powerful enough for these tricks. There's currently - up to my knowledge -
  1559. only one debugger that can do this for you, and that's my own... (-;
  1560.  
  1561. Check the Aminet and my web-page for COP, then read the documentation. If,
  1562. after reading, you STILL want to use it, you're the right guy for this
  1563. job... (-;
  1564. COP might be setup to load the symbols of the library, to help you a bit.
  1565.  
  1566. The latest available version of COP is 1.73. Try to get the latest, if 
  1567. possible.
  1568.  
  1569. Recommended reading:
  1570. --------------------
  1571.  
  1572. The following books are recommended reading:
  1573.  
  1574.  
  1575. Motorola 68030 Enhanced 32-bit Microprocessor User's Manual    
  1576.     MC68030UM/AD Rev.3
  1577.  
  1578. Motorola 68040 User's Manual                    
  1579.     M68040UM/AD Rev.1
  1580.  
  1581. Motorola 68060 User's Manual                    
  1582.     M68060UM/AD Rev.1
  1583.  
  1584. Motorola M68000 Family Programmer's Reference Manual        
  1585.     M68000PM/AD Rev.1
  1586.  
  1587. Amiga Hardware Reference Manual, 3rd ed.
  1588.     Addison-Wesley Publishing Company, Inc.
  1589.     ISBN 0-201-56776-8
  1590.  
  1591. Amiga ROM Kernal Reference Manual, 3rd ed., Volume "Libraries"
  1592.     Addison-Wesley Publising Company, Inc.
  1593.     ISBN 0-201-56774-1
  1594.  
  1595. The Amiga Guru Book, 2nd Ed.
  1596.     Ralph Babel, Taunusstein 1989,1993
  1597.  
  1598. Additional sources:
  1599.     The Amiga Developer CD V1.1 
  1600.  
  1601.     The Enforcer.guide.
  1602.  
  1603.     Michael Sinz's documentation in the AmigaMail, on the DevCD 1.1.
  1604.  
  1605. Final words:
  1606. ------------
  1607.  
  1608. The mmu.library and the memory library will be my last project for the Amiga. 
  1609. It depends a bit on what happens with the Amiga in the next two years whether 
  1610. a PPC version of this library is required or not; hence, after all, this
  1611. can't be much more than a toy project that came several years too late.
  1612.  
  1613. So long,
  1614.     Thomas
  1615.